home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
e
/
mailinglists
/
amigae.0793july.archive
/
000003_crash!sirius.UVic.CA!jblake_Sun, 4 Jul 93 09:42:17 PST.msg
< prev
next >
Wrap
Internet Message Format
|
1994-05-26
|
1KB
Received: by bkhouse.cts.com (V1.16/Amiga)
id AA00000; Sun, 4 Jul 93 09:42:17 PST
Received: from sol.UVic.CA by crash.cts.com with smtp
(Smail3.1.28.1 #15) id m0oCWO3-0000H7C; Sun, 4 Jul 93 08:53 PDT
Received: from sirius.UVic.CA by sol.UVic.CA (4.1/SMI-4.0.3-UVic-2.43TMX)
id AA16281; Sun, 4 Jul 93 08:53:51 PDT
Received: from stokes.UVic.CA by sirius.UVic.CA (4.1/SMI-4.1-Engr.UVic.CA-E)
id AA16326; Sun, 4 Jul 93 08:53:49 PDT
Date: Sun, 4 Jul 93 08:53:49 PDT
Message-Id: <9307041553.AA16326@sirius.UVic.CA>
From: jblake@sirius.UVic.CA (James Blake)
To: amigae@bkhouse.cts.com
Subject: Using image structure
I am trying to make a bitmap appear on my window. How I am trying to do
it is as follows
data:=[ data... lots and lots of data]
im:=[0,0,
355,19,
2,
data,
$FF,0,
NIL]:PTR TO image
My problem is that the data assign statements is too large and I am
getting an error message:
ERROR: too sizy expression
LINE 697: data:=[ /* Plane 0 */ $0078,$0000, ...
I was wondering if there is a way around this, and what is the largest
expression permitted under Amiga E.
Thanks
..james blake